Run on Google Colab View on Github

The notebook uses three methods to extract the center and other relevant info about the drop in the image. These methods are:

  1. Cropping Image Dynamically
  2. Subtracting all the Images from a Reference Image
  3. Fitting an Ellipse

We have also made some preliminary analysis for all the three methods.

All the code can be found on github repository, specifically on the folder: codes

Codes still need refactoring!

Imports

Using Dynamic Cropping

Getting some Samples

Preliminary Analysis

There are some missing values between the timestamps 60 and 80.

By Subtracting Images

There are about a dozen of images where the method is not working.

Getting Some Samples

Preliminary Analysis

By Fitting Ellipse

Again, there are about a dozen of images where the method is not working.

Getting Some Samples

Preliminary Analysis